home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo .
- echo . This file provides essential information for the program -
- echo .
- echo . RMS-III Reference Management System, v3.2b
- echo .
- echo . This information is from the file VENDINFO.DIZ - it is similar
- echo . to the separate read-me and license information files.
- echo .
- pause
- rem This batch file provides a simple way to read about the product:
- rem RMS-III Reference Management System, v3.2b
- rem The information you want to read is in the file VENDINFO.DIZ.
- rem If you prefer, you can read it using any ordinary text viewer.
- rem For example, if the LIST viewer is in your DOS path, you would
- rem use the command 'LIST VENDINFO.DIZ'.
-
- more < VENDINFO.DIZ
- pause